Skip to content

Commit dc6ccc4

Browse files
authored
fix: node 14 -> 18 in CI
1 parent ee0b674 commit dc6ccc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
github.repository == 'Greenstand/node-mapnik-1'
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Use Node.js 14.x
22+
- name: Use Node.js 18.x
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: '14.x'
25+
node-version: '18.x'
2626
- run: npm i -g semantic-release @semantic-release/{git,exec,changelog}
2727
- run: semantic-release
2828
env:

0 commit comments

Comments
 (0)