Skip to content

Commit 14155ba

Browse files
Merge pull request #11 from everythingfunctional/upgrade-nodejs-version
chore: upgrade version of Node.js to 16
2 parents 2ef059f + 9236a9a commit 14155ba

File tree

381 files changed

+62174
-113514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+62174
-113514
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: fpm-setup
1717
uses: ./ # Uses action in the root directory

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __GitHub Action to setup the [Fortran Package Manager](https://github.com/fortra
99
## Usage
1010

1111
```yaml
12-
- uses: fortran-lang/setup-fpm@v4
12+
- uses: fortran-lang/setup-fpm@v5
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ inputs:
1717
required: false
1818
default: 'https://github.com/fortran-lang/fpm'
1919
runs:
20-
using: 'node12'
20+
using: 'node16'
2121
main: 'index.js'

node_modules/.bin/uuid

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.package-lock.json

Lines changed: 286 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)