Skip to content

Commit 63f8f79

Browse files
mahnunchiknikashitsa
authored andcommitted
chore: update CI
1 parent e3d3069 commit 63f8f79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: push
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
10-
node-version: [14, 16]
10+
node-version: [18]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Use Node.js ${{ matrix.node-version }}
@@ -19,17 +19,17 @@ jobs:
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_READ_TOKEN}}
2121
- run: npm run lint
22-
- run: npm test
22+
- run: npm run test
2323

2424
publish:
2525
needs: test
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
if: startsWith(github.ref, 'refs/tags/v')
2828
steps:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: 16
32+
node-version: 18
3333
registry-url: https://npm.pkg.github.com/
3434
- run: npm ci
3535
env:

0 commit comments

Comments
 (0)