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 9c23571 commit 7746d96Copy full SHA for 7746d96
.github/workflows/deployment.yml
@@ -42,7 +42,7 @@ jobs:
42
exit 1
43
fi
44
- name: Setup Node
45
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
46
with:
47
node-version: "16"
48
cache: ${{ steps.detect-package-manager.outputs.manager }}
.github/workflows/unit-test.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Use Node.js ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
0 commit comments