Skip to content

Commit 81a827d

Browse files
committed
Use node 18 in the CI
1 parent 80665e8 commit 81a827d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: '14'
20+
node-version: '18'
2121
cache: 'yarn'
2222
- run: yarn install
2323
- run: yarn lint
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-node@v2
3131
with:
32-
node-version: '14'
32+
node-version: '18'
3333
cache: 'yarn'
3434
- run: yarn install
3535
- run: yarn build:dist

0 commit comments

Comments
 (0)