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 c775b81 commit aabd297Copy full SHA for aabd297
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
41
steps:
42
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
44
with:
45
node-version: ${{ matrix.node }}
46
architecture: ${{ matrix.host }}
0 commit comments