We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa9df2 commit 9ad3b7bCopy full SHA for 9ad3b7b
5 files changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: ["14", "16", "18"]
+ node: ["18", "20", "22"]
13
name: Node ${{ matrix.node }}
14
15
steps:
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 22
registry-url: https://registry.npmjs.org/
16
- run: npm install
17
- run: npm run compile
0 commit comments