Skip to content

Commit 3e6392c

Browse files
committed
BREAKING: Bump Node to 16
1 parent 8d4841a commit 3e6392c

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ outputs:
1010
version:
1111
description: The full Swift version that was configured
1212
runs:
13-
using: node12
13+
using: node16
1414
main: dist/index.js
1515
branding:
1616
icon: 'command'

package-lock.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Set up GitHub Actions workflow with Swift support",
55
"private": true,
66
"main": "lib/main.js",
7+
"engines": {
8+
"node": ">=16.0.0",
9+
"npm": ">=8.0.0"
10+
},
711
"scripts": {
812
"build": "tsc",
913
"pack": "ncc build",

0 commit comments

Comments
 (0)