diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d46a6c6..0cc14a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Set Node.JS uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x - name: Install dependencies run: npm install diff --git a/action.yml b/action.yml index f11cd40..d2abbd2 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: major-tag: description: 'The major version tag that has been updated (created). Examples: v1, 1' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'