We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ea42 commit 52666bfCopy full SHA for 52666bf
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Set up Node.js
31
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
32
with:
33
# Note: '*' is "latest LTS version" (without check-latest, it would be
34
# "latest LTS version in local cache") because it first checks
@@ -96,7 +96,7 @@ jobs:
96
97
98
- name: Set up Node.js ${{ matrix.node }}
99
100
101
node-version: ${{ matrix.node }}
102
architecture: ${{ matrix.arch }}
0 commit comments