Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
update node + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 16, 2023
1 parent 603ba2a commit 092de74
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 6,823 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14, 16, 18, 20]

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down
Loading

0 comments on commit 092de74

Please sign in to comment.