Skip to content

Commit f1605dd

Browse files
author
Josh Biddick
committed
Update Workflow to Node 16 LTS
1 parent a4b8c7e commit f1605dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup NodeJS
2929
uses: actions/setup-node@v2.4.1
3030
with:
31-
node-version: "14"
31+
node-version: "16"
3232
registry-url: "https://registry.npmjs.org"
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)