We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06334db commit 28e4849Copy full SHA for 28e4849
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- macos-latest
12
- windows-latest
13
node_version:
14
- - 16
+ - 18
15
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
16
steps:
17
- name: Checkout
@@ -26,7 +26,7 @@ jobs:
26
node-version: ${{ matrix.node_version }}
27
registry-url: 'https://registry.npmjs.org'
28
- name: Install latest NPM
29
- run: npm install -g npm@7
+ run: npm install -g npm@9
30
- name: NPM install with caching
31
uses: bahmutov/npm-install@v1
32
- name: Set Min Version
0 commit comments