Skip to content

Commit

Permalink
Merge pull request #339 from shogo82148/bump-nodejs-v16
Browse files Browse the repository at this point in the history
bump Node.js v16
shogo82148 authored Mar 19, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 858f897 + 1992b92 commit 8421e83
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- name: Set Node.js
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x

- name: Set up Go
uses: actions/setup-go@v2
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ inputs:
default: false

runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'

branding:
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"compilerOptions": {
/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"target": "es2021", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */

0 comments on commit 8421e83

Please sign in to comment.