We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b286af8 commit efd77ffCopy full SHA for efd77ff
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [14.x, 16.x, 17.x]
+ node-version: [18.x, 20.x]
17
18
steps:
19
- name: Checkout
.github/workflows/publish.yml
@@ -13,11 +13,11 @@ jobs:
uses: actions/checkout@v2
- - name: Setup Node.js 14.x to publish to npmjs.org
+ - name: Setup Node.js 22.x to publish to npmjs.org
uses: actions/setup-node@v1
with:
- node-version: '14.x'
20
- registry-url: 'https://registry.npmjs.org'
+ node-version: "22.x"
+ registry-url: "https://registry.npmjs.org"
21
22
- name: Install Packages
23
run: yarn install --frozen-lockfile
0 commit comments