Skip to content

Commit 28e4849

Browse files
committed
Use latest node LTS for actions
1 parent 06334db commit 28e4849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- macos-latest
1212
- windows-latest
1313
node_version:
14-
- 16
14+
- 18
1515
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
1616
steps:
1717
- name: Checkout
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node_version }}
2727
registry-url: 'https://registry.npmjs.org'
2828
- name: Install latest NPM
29-
run: npm install -g npm@7
29+
run: npm install -g npm@9
3030
- name: NPM install with caching
3131
uses: bahmutov/npm-install@v1
3232
- name: Set Min Version

0 commit comments

Comments
 (0)