Skip to content

Commit

Permalink
Update nodejs version in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Toliak committed Sep 2, 2023
1 parent cbb0a68 commit 94452b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package-printer-docx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: '16.x'
- name: Cache Node files
uses: actions/cache@v3
env:
Expand All @@ -41,10 +41,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: '16.x'
- name: Cache Node files
uses: actions/cache@v3
env:
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
- prettier
steps:
- uses: actions/checkout@v3
- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Cache Node files
uses: actions/cache@v3
Expand Down

0 comments on commit 94452b3

Please sign in to comment.