We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe10a4 commit b3a1b78Copy full SHA for b3a1b78
1 file changed
.github/workflows/nodejs.yml
@@ -4,13 +4,13 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
8
- - name: Use Node.js
9
- uses: actions/setup-node@v1
10
- with:
11
- node-version: '14.x'
12
- - run: npm install
13
- - run: npm run build --if-present
14
- - run: npm test
15
- env:
16
- CI: true
+ - uses: actions/checkout@v4
+ - name: Use Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: '18.x'
+ - run: npm install
+ - run: npm run build --if-present
+ - run: npm test
+ env:
+ CI: true
0 commit comments