We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0049fdf commit e6804ddCopy full SHA for e6804dd
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
exit 1
54
fi
55
- name: Setup Node
56
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
57
with:
58
node-version: "lts/*"
59
cache: ${{ steps.detect-package-manager.outputs.manager }}
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v5
19
20
21
22
23
cache: npm
0 commit comments