Skip to content

Commit

Permalink
Merge pull request #485 from BeyondEvil/beyondevil/bump-node-to-16
Browse files Browse the repository at this point in the history
BREAKING: Bump Node to 16
  • Loading branch information
fwal committed Oct 13, 2022
2 parents 8d4841a + 3e6392c commit f6b3eb2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ outputs:
version:
description: The full Swift version that was configured
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: 'command'
Expand Down
4 changes: 4 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Set up GitHub Actions workflow with Swift support",
"private": true,
"main": "lib/main.js",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"build": "tsc",
"pack": "ncc build",
Expand Down

0 comments on commit f6b3eb2

Please sign in to comment.