Skip to content

Commit e0b0e59

Browse files
authored
Merge pull request #111 from github/upgrade-ci-to-node-18-lts
upgrade CI to node 18 LTS
2 parents 5f2aa3b + caa0688 commit e0b0e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Use Node.js 16.x
15+
- name: Use Node.js 18.x
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919
- name: npm install, build, and test
2020
run: |
2121
npm install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: https://registry.npmjs.org/
1616
cache: npm
1717
- run: npm ci

0 commit comments

Comments
 (0)