Bump to node 20
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -18,10 +18,10 @@ jobs:
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Use Node.js 18.x
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install NPM Dependencies
|
||||
|
||||
Reference in New Issue
Block a user