Skip to content
Permalink
Browse files
Upgrade to node16
  • Loading branch information
Namrata Jha authored and GitHub committed Mar 2, 2022
1 parent 000223e commit 56849b848a115d2554824e0d56218f3324c2541a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install dependencies
run: npm ci
@@ -67,7 +67,7 @@ inputs:
default: ${{ github.token }}

runs:
using: node12
using: node16
main: dist/index.js

branding:

0 comments on commit 56849b8

Please sign in to comment.