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 2be75f5 commit b4cc346Copy full SHA for b4cc346
.github/workflows/nodejs.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2.4.0
12
- name: Node.js ${{ matrix.node-version }}
13
- uses: actions/setup-node@v2.1.2
+ uses: actions/setup-node@v3
14
with:
15
node-version: ${{ matrix.node-version }}
16
- name: Update npm
0 commit comments