Skip to content

Commit

Permalink
Add node 20 "iron" + Bump GitHub Actions Versions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj authored Aug 1, 2024
2 parents 5ac2a2d + 40c9ba9 commit eb2b5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:

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

name: is.js - nodeJS v${{ matrix.node-version }}

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node v${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -34,7 +34,7 @@ jobs:
run: npm pack

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kj4ezj-is-${{ matrix.node-version }}
path: kj4ezj-is-*.tgz

0 comments on commit eb2b5ae

Please sign in to comment.