Skip to content

Commit

Permalink
Upgrade to Node 16 and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperbenson-qz committed Dec 21, 2021
1 parent 6a84132 commit 65ea7e2
Show file tree
Hide file tree
Showing 10 changed files with 2,188 additions and 2,493 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 12.x
node-version-file: .node-version
cache: npm
- name: Install deps
run: npm ci
- name: Check formatting
Expand All @@ -38,7 +39,8 @@ jobs:
- name: Setup node
uses: actions/[email protected]
with:
node-version: 12.x
node-version-file: .node-version
cache: npm
- name: Install deps
run: npm ci
- name: Build action
Expand Down
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*": "prettier --write",
"*": "prettier --write --ignore-unknown",
"*.ts": "eslint --cache --fix"
}
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.5
16.13.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
sha:
description: SHA of the commit. Will be an empty string if there was nothing to commit.
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: git-commit
Expand Down
12 changes: 6 additions & 6 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

Loading

0 comments on commit 65ea7e2

Please sign in to comment.