We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479f5ec commit 0be1876Copy full SHA for 0be1876
.github/workflows/linux.yml
@@ -3,14 +3,14 @@ on:
3
types: [created]
4
jobs:
5
build:
6
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
7
strategy:
8
matrix:
9
arch: ['x64']
10
steps:
11
- uses: actions/setup-node@master
12
with:
13
- node-version: "16.x"
+ node-version: "18.x"
14
- name: Set up Python 3.8
15
uses: actions/setup-python@v1
16
0 commit comments