Skip to content

Commit

Permalink
Merge pull request #11 from everythingfunctional/upgrade-nodejs-version
Browse files Browse the repository at this point in the history
chore: upgrade version of Node.js to 16
  • Loading branch information
everythingfunctional authored Nov 9, 2022
2 parents 2ef059f + 9236a9a commit 14155ba
Show file tree
Hide file tree
Showing 381 changed files with 62,174 additions and 113,514 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: fpm-setup
uses: ./ # Uses action in the root directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __GitHub Action to setup the [Fortran Package Manager](https://github.com/fortra
## Usage

```yaml
- uses: fortran-lang/setup-fpm@v4
- uses: fortran-lang/setup-fpm@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
required: false
default: 'https://github.com/fortran-lang/fpm'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion node_modules/.bin/uuid

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

286 changes: 286 additions & 0 deletions node_modules/.package-lock.json

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

Loading

0 comments on commit 14155ba

Please sign in to comment.