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 6619164 commit b0468c7Copy full SHA for b0468c7
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ ubuntu-latest, windows-latest ]
11
- node-version: [ 12.x, 14.x, 16.x ]
+ node-version: [ 14.x, 16.x, 18.x ]
12
13
steps:
14
- name: Checkout
.github/workflows/publish.yml
@@ -25,10 +25,10 @@ jobs:
25
restore-keys: |
26
${{ runner.os }}-yarn-
27
28
- - name: Setup Node.js 14.x to publish to npmjs.org
+ - name: Setup Node.js 18.x to publish to npmjs.org
29
uses: actions/setup-node@v1
30
with:
31
- node-version: '14.x'
+ node-version: '18.x'
32
registry-url: 'https://registry.npmjs.org'
33
34
- name: Install Packages
0 commit comments