Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
chore: update package to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Werner committed Sep 18, 2021
1 parent b84542c commit 045a25f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'

- name: Set up Docker BuildX
id: buildx
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
if: ${{ github.event_name == 'release' }}
steps:
- uses: actions/checkout@v2

- name: Check package version matches tag
uses: geritol/match-tag-to-package-version@0.1.0
env:
TAG_PREFIX: refs/tags/v

- name: Enable NPM cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 045a25f

Please sign in to comment.