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 1ebf191 commit fbe1943Copy full SHA for fbe1943
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/setup-node@v3
13
with:
14
always-auth: true
15
- node-version: 16
+ node-version: 18
16
cache: 'yarn'
17
registry-url: 'https://registry.npmjs.org/'
18
- name: Install dependencies
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node: [16, 18, 20]
+ node: [18, 20]
19
steps:
20
- uses: actions/checkout@v2
21
- uses: actions/setup-node@v2
0 commit comments