Skip to content

Commit

Permalink
package: upgrade GitHub workflow actions versions and package depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
jooy2 committed Sep 27, 2023
1 parent 035fe98 commit 0368506
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 219 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['16', '18', '20']
os: [ubuntu-latest, windows-latest]
node_version: ['18', '20']
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# fetch all commits to get last updated time or other git log info
fetch-depth: 0

- name: Setup NodeJS ${{ matrix.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
# choose node.js version to use
node-version: ${{ matrix.node_version }}
Expand All @@ -40,7 +40,7 @@ jobs:

# cache node_modules
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
id: npm-cache
with:
path: |
Expand Down
Loading

0 comments on commit 0368506

Please sign in to comment.