Skip to content

Commit 155f2ad

Browse files
committed
build: change node 17 to 18
1 parent f6b89ce commit 155f2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
has-updated: ${{ steps.version-updated.outputs.has-updated }}
1515
strategy:
1616
matrix:
17-
node-version: ["14.x", "16.x", "17.x"]
17+
node-version: ["14.x", "16.x", "18.x"]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v3
4545
- uses: actions/setup-node@v3
4646
with:
47-
node-version: "16.x"
47+
node-version: "18.x"
4848
registry-url: 'https://registry.npmjs.org'
4949
- run: |
5050
touch .env

0 commit comments

Comments
 (0)