Skip to content

Commit

Permalink
ci: update publish workflow to use node 18
Browse files Browse the repository at this point in the history
Node 14 seemed to cause some build error
'Cannot find module '@aws-sdk/abort-controller' or its corresponding type declarations'

Signed-off-by: Gustav Grusell <[email protected]>
  • Loading branch information
grusell committed Sep 6, 2024
1 parent 3bb685e commit beb4c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: '18.x'
registry-url: https://registry.npmjs.org/
- run: |
npm ci
Expand Down

0 comments on commit beb4c69

Please sign in to comment.