Skip to content

Commit

Permalink
Merge pull request #53 from eWaterCycle/node20
Browse files Browse the repository at this point in the history
Upgrade to node 20
  • Loading branch information
sverhoeven authored Apr 25, 2024
2 parents 25934af + 7663f67 commit 9139ef1
Show file tree
Hide file tree
Showing 8 changed files with 2,748 additions and 903 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
uses: actions/setup-node@v3.5.1
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
version:
- '1.0.3'
- '1.1.9'
- '1.3.0'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This section is for maintainers of the setup-apptainer action.

### Build

> First, you'll need to have a reasonably modern version of `node` handy. This won't work with versions older than 16, for instance.
> First, you'll need to have a reasonably modern version of `node` handy. This won't work with versions older than 20, for instance.
Install the dependencies
```bash
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ inputs:
apptainer-version:
description: Version of apptainer to setup
required: false
default: 1.1.9
default: 1.3.0
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: box
Expand Down
95 changes: 71 additions & 24 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9139ef1

Please sign in to comment.